Description
Refresh the UI cache. This is a void operation - the input object is returned back as the oputput
| Operation id | Seam.Refresh |
| Aliases | WebUI.Refresh |
| Category | User Interface |
| Label | Refresh |
| Requires | Seam |
| Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Seam.Refresh",
"aliases" : [ "WebUI.Refresh" ],
"label" : "Refresh",
"category" : "User Interface",
"requires" : "Seam",
"description" : "Refresh the UI cache. This is a void operation - the input object is returned back as the oputput",
"url" : "Seam.Refresh",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "additional list of seam events to raise",
"description" : null,
"type" : "stringlist",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}